home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / Gestalt Selectors 3.3.sit / Gestalt Selectors 3.3 / Gestalt Selectors List 3.3 / Updates / Update 3.2.1 next >
Text File  |  1995-12-18  |  9KB  |  273 lines

  1.  
  2. Well,
  3.  
  4. If things continue this way, there will another update this year... :-)
  5. But not before Christmas, so:
  6.  
  7.  
  8. MERRY CHRISTMAS!!!
  9.  
  10.  
  11. Enjoy,
  12. Rene
  13.  
  14.  
  15. Gestalt Selectors List 3.2.1 Update
  16. ===================================
  17.  
  18. Maintained by Rene G.A. Ros (rgaros@bio.vu.nl)
  19.  
  20. First published: 12 October 1992, 13:15 CET (GMT+1)
  21. Last version:    11 December 1995, 08:05 CET (GMT+1)
  22. Previous update: 11 December 1995, 08:05 CET (GMT+1)
  23. Last modified  : 18 December 1995, 07:40 CET (GMT+1)
  24.  
  25. The complete version is available to subscribers by sending an email to:
  26.      gestalt-selectors-list-request@bio.vu.nl
  27. with as subject:
  28.      archive get recent/gestalt-selectors.etx
  29. or to get the compressed version:
  30.      archive get recent/gestalt-selectors.sit.hqx
  31.  
  32. If this is the first update you receive since subscribing to the mailing
  33. list you may want to get the previous updates as well. Then email to the
  34. address listed above and use this command:
  35.      archive get updates/updates-comb.etx
  36.  
  37. A vertical bar in front of a line indicates the line has changed or was
  38. added.
  39.  
  40. PLEASE SEND COMMENTS AND CORRECTIONS TO THE EDITOR AS SOON AS POSSIBLE.
  41.  
  42. The following persons contributed to this update:
  43.  
  44. ===========================================================================
  45. Contributions to the selector sections
  46. ===========================================================================
  47. Person                 Software                Selector(s) added/changed
  48. ---------------------------------------------------------------------------
  49. Anonymous              SD Extension ext        FmtD
  50.                        System?                 flpy
  51.                        System (enablers)       mach
  52. Michael F. Kamprath    Super Saver cp          MFK7
  53. Nevin Liber            HErbedTEe ext           HETE
  54. Rene Ros               Easy Access cp          eajt
  55.                        System (enablers)       nreg
  56. ---------------------------------------------------------------------------
  57.  
  58. An anonymous contributor provided the Gestalt! info for these upcoming
  59. Macintosh computers:
  60.   Power Macintosh ???         (codenamed Elixer)
  61.   Power Macintosh 7200/120 ?  (name yet unofficial, same type as 7200 with
  62.                                'pclk' returning value for 120 mHz)
  63.   Power Macintosh 9500/150
  64.  
  65. Apple System Software (A-E)
  66. ===========================
  67. eajt (Easy Access cp [7.0])
  68.       gestaltEasyAccessJTable
  69.       Returns the base address of the Easy Access jump-trap table.
  70.  
  71.       #define gestaltEasyAccessJTable 'eajt' /* Easy Access jump-trap */
  72.                                              /*  table &M01 */
  73.  
  74. |     NOTE:
  75. |     The first time you call this selector Easy Access tries to open a
  76. |     resource file to find the value, which at least causes a freeze when
  77. |     called from within MacBugs with the Gestalt dcmd. &AD31
  78.  
  79. Apple System Software (F-J)
  80. ===========================
  81. No changes.
  82.  
  83. Apple System Software (K-N)
  84. ===========================
  85.  mach (System [6.0.4]) INF
  86.       gestaltMachineType
  87.       Returns one of the following values, indicating the type of
  88.       machine.
  89.  
  90.       enum {
  91.       #define gestaltMachineType 'mach' /* machine type */
  92.  
  93.       /* RELEASED COMPUTERS */
  94.       gestaltPowerMac9500        =  67, /* Power Macintosh 9500/120 and */
  95.                                         /*  Power Macintosh 9500/132 and */
  96. |                                       /*  Power Macintosh 9500/150 */
  97.                                         /*  &AT01 */
  98.       gestaltPowerMac7200        = 108, /* Power Macintosh 7200/75 */
  99.                                         /*  Power Macintosh 7200/90 ? and */
  100. |                                       /*  Power Macintosh 7200/120 ? */
  101.  
  102.       /* OBSERVED UNRELEASED COMPUTERS */
  103. |     gestalt???                 =  58, /* codenamed Elixer */
  104.       };
  105.  
  106. [other values and notes are omitted]
  107.  
  108.  nreg (System [7.5.1])
  109.       gestaltNameRegistryVersion &AD21
  110. |     Returns the version of Name Registry as ???. When this selector isn't
  111. |     installed you can assume that the machine doesn't have PCI slots.
  112.  
  113.       #define gestaltNameRegistryVersion 'nreg';
  114.  
  115.       NOTE:
  116. |     All returned values found so far are always 0! (Rene Ros, Dec. 95)
  117.  
  118. Apple System Software (O-S)
  119. ===========================
  120. No changes.
  121.  
  122. Apple System Software (T-Z)
  123. ===========================
  124. No changes.
  125.  
  126. Apple Additional Software
  127. =========================
  128. No changes.
  129.  
  130. Third Parties Software
  131. ======================
  132. |FmtD (SD Extension ext [???] by Yano Electric Co.,Ltd.)
  133. |     Returned response is unknown or private. (Anonymous)
  134. |
  135. |     NOTE:
  136. |     Extension is included with the driver software for the hard disk and
  137. |     magneto optical disk drive products of Yano Electric Co.,Ltd..
  138.  
  139. |HETE (HErbedTEe ext [1.0] by Nevin Liber, Sector Scan Software)
  140. |     Returns a pointer to private data.
  141.  
  142.  MFK7 (Super Saver cp [1.1.2?] by Michael F. Kamprath)
  143. |     Returned response is private.
  144.  
  145. Unknown Gestalt Selector Codes
  146. ==============================
  147.  
  148. Apple Software
  149. --------------
  150. |flpy (System? [7.5.2?] on new Mac codenamed Elixer ID#58)
  151. |     Observed value: 0.
  152.  
  153. Third Parties Software
  154. ----------------------
  155. No changes.
  156.  
  157. Sources
  158. -------
  159.  A    Apple Computer, Inc.
  160.  AD    Documentation & Magazines
  161. |AD31   Macsbug 6.5 Release Notes
  162.  
  163. About this list
  164. ===============
  165. For this update this chapter only includes the 'Gestalt Submission Form',
  166. 'Acknowledgements' and 'Editors' Address' sections.
  167.  
  168. Gestalt Submission Form
  169. -----------------------
  170. You can use this form to report information you found on already included
  171. selectors. But you can also use it to register new Gestalt selector codes.
  172. If you want to register the selector code your software installs, make sure
  173. you registered your code first with Apple Computer, Inc. Also, it is your
  174. good right if you chose to keep the meaning of the response value private.
  175. If so, still register so that others can at least detect your software by
  176. determining if the selector is present.
  177.  
  178. Software means, in this form, the software which installs the selector
  179. code. Not the whole package, just the extension or control panel (perhaps
  180. application) itself.
  181. The package is the product name in which the software is included and
  182. distributed.
  183. If data is not available or relevant, leave it blank. When the selector
  184. contains non-ASCII characters, please also provide the hexadecimal value.
  185.  
  186. You can also fill in this form on-line because it is also on the WWW
  187. pages of the GSL: http://www.bio.vu.nl/home/rgaros/gestalt/
  188.  
  189.  
  190. Your name: 
  191.  
  192. Your email address: 
  193.  
  194. Your company name: 
  195.  
  196. Do you want to remain anonymous? Yes / No
  197.  
  198. Software name: 
  199.  
  200. Software type: O application 
  201.                O control panel
  202.                O extension (also 'appe')
  203.                O other:
  204.  
  205. Category:      O Apple System Software
  206.                O Apple Additional Software
  207.                O Apple Software
  208.                O Third Parties Software
  209.  
  210. Package name: 
  211.  
  212. Author or Company name: 
  213.  
  214. Gestalt Selector: 
  215.  
  216. Constant name: 
  217.  
  218. First version to install selector: 
  219.  
  220. Source of information: 
  221.  
  222. Short description of the returned response:
  223.  
  224.  
  225.  
  226.  
  227.  
  228. Additional constant names and values for the response value meaning:
  229.  
  230.  
  231.  
  232.  
  233.  
  234. Please email this form to this Internet address: rgaros@bio.vu.nl
  235.  
  236. Acknowledgements
  237. ----------------
  238. I want to thank the following persons for their contributions to this
  239. update and their support of this list:
  240.  
  241. ===========================================================================
  242. Name                                       Internet Email Address
  243. ---------------------------------------------------------------------------
  244. Anonymous contributor(s)                   anonymous@secret.bvd.nl
  245. Michael F. Kamprath                        kamprat@leonardo.net
  246. Nevin ":-)" Liber                          nevin@CS.Arizona.EDU
  247. ---------------------------------------------------------------------------
  248.  
  249. Legal Stuff
  250. -----------
  251. (C) 1992-1995, Rene G.A. Ros
  252.  
  253. It is not allowed to distribute updates to the GSL. The full GSL can be
  254. used freely but is not public domain.
  255. See for legal information the Legal Stuff chapter of the full Gestalt
  256. Selectors List.
  257.  
  258. Editor's Address
  259. ----------------
  260. Rene G.A. Ros
  261. developer at Mac Support Automation B.V., Uitgeest, The Netherlands
  262. consultant to the Computer Department,
  263.     Biology Faculty, Vrije Universiteit Amsterdam, The Netherlands
  264. contract programmer Pascal and C, also 4th Dimension and other data-bases
  265.  
  266. D.C. van Krimpenstraat 3
  267. 1067 SG  Amsterdam-Geuzenveld
  268. The Netherlands, Europe
  269.  
  270. Email: rgaros@bio.vu.nl (preferred)
  271.        rgaros@dds.nl
  272.        100112.1363@compuserve.com
  273.